home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / BLACK.DIR / 00006.ls < prev    next >
Encoding:
Text File  |  1995-01-30  |  187 b   |  11 lines

  1. on exitFrame
  2.   global STIcks
  3.   if (the ticks - STIcks) < (3 * 60) then
  4.     go(the frame)
  5.   else
  6.     set the locH of sprite 2 to -882
  7.     puppetSprite(2, 0)
  8.     updateStage()
  9.   end if
  10. end
  11.